home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / gpplib22.zoo / libsrc / mincl < prev    next >
Encoding:
Text File  |  1993-11-30  |  922 b   |  34 lines

  1. #
  2. # common make include file for libg++-2.X
  3. #
  4.  
  5. %.o: %.cc
  6.     $(GXX) -c $(GXXFLAGS) $<
  7.  
  8. LIBSRC = builtin.cc chr.cc compare.cc delete.cc \
  9. dtoa.cc error.cc fmtq.cc gcd.cc hash.cc ioob.cc lg.cc \
  10. minmax.cc new.cc pow.cc regex.cc sqrt.cc str.cc timer.cc xacg.cc \
  11. xallocri.cc xbinomia.cc xbitset.cc xbitstri.cc xcomplex.cc \
  12. xdiscuni.cc xerlang.cc xfix.cc xfix16.cc xfix24.cc \
  13. xgeom.cc xgetopt.cc xhypgeom.cc xinteger.cc  xlognorm.cc xmlcg.cc \
  14. xnegexp.cc xnormal.cc xobstack.cc xpoisson.cc xrandom.cc xrationa.cc \
  15. xregex.cc xrndint.cc xrng.cc xsmplhis.cc xsmplsta.cc \
  16. xstring.cc xuniform.cc xweibull.cc xeh.cc xdllist.cc xsllist.cc  xintdbl.cc
  17.  
  18. OBJ = ident.o $(LIBSRC:.cc=.o)
  19.  
  20. all: $(OBJ)
  21.  
  22. clean :
  23.     rm -f $(OBJ)
  24.  
  25. realclean : clean
  26.     rm -f report core
  27.  
  28. .PHONY: clean realclean all
  29.  
  30. # DO NOT DELETE THIS LINE -- g++dep uses it.
  31. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
  32.  
  33. # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
  34.